/n []
create new paper.
special string %clipboard% will be replaced to clipboard text.(1.3.6+)


/p [摜t@C]
create new picture.

/o [[t][s][l]]
   t:top most
   s:show scroll bar
   l:locked
options.

/r Left [Top] [Width] [Height]
paper rect (in pixel).

/c yellow|red|green|blue|gray|random|(Hue:1-360)
color

/s ScriptPath [ScriptInterval]
script.(1.3.6+)





 ex.
------------------------------------------------------------------------------
"...\stickypaper.exe" /n "hello! here I am." /o st /r 100 200 300 300 /c random

s:
new paper = "Hello! here I am."
left=100
top=200
width=300
height=300
color=random
top most=yes
show scroll=yes
locked=no





 ex.2
------------------------------------------------------------------------------
"...\stickypaper.exe" /p "c:\...xxx.jpg" /o t /r 400 200

s:
new picture  = "c:\...xxx.jpg"
left=400
top=200
top most=yes





 ex.3 new paper from clipboard (1.3.6+)
------------------------------------------------------------------------------
"...\stickypaper.exe" /n "hello! clopboard text = %clipboard%"

s:
new paper = "hello! clopboard text = yourclipboardtext"






 ex.4 new paper with script (1.3.6+)
------------------------------------------------------------------------------
"...\stickypaper.exe" /n /s "c:\somescriptpath\somescript.txt" 400

s:
new paper
scriptPath = c:\somescriptpath\somescript.txt
scriptInterval = 400 sec.

